










Librar part2 pink 1972-2032
faculty 2040-2167




html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #666;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.75;
    font-family: 'Open Sans', sans-serif;
}

.panel-primary.content-biotech-history-panel-align.p-align>p{
    line-height: 0;
    text-align: center;
}
html {
    scroll-behavior: smooth;
}

div #members th,
div #student th,
div #program th{
    background-color: #286090;
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #444;
    letter-spacing: 0.6px;
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-size: 26px;
    margin-bottom: 20px;
    position: relative;
}

h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 25px;
}

h3.subtitle {
    margin-bottom: 20px;
}

a {
    color: #800080;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #800080;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn,
input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    font-weight: 400;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background: #f97d09;
    border: none;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn.btn-trnsp {
    background: #fff;
    color: #666;
}

.btn-big {
    border: 2px solid #000;
    font-size: 20px;

}

.btn.btn-trnsp:hover {
    border-color: #f97d09;
    background: #f97d09;
    color: #fff;
}

.btn.btn-reverse {
    background: #333;
    color: #fff;
}

.btn.btn-reverse:hover {
    background: #f97d09;
}

.btn.btn-dark {
    background: #666;
    color: #fff;
}

.btn.btn-dark:hover {
    color: #666;
    background: #fff;
}

.section-big {
    padding: 20px 0px;
}

.marqtext {
    color: #278d27 !important;
    font-size: 17px;
}

.marqtext:hover {
    color: #278d27 !important;
}

.marqtext:visited {
    color: #278d27 !important;
}

.marqtext:active {
    color: #278d27 !important;
}

.marqtext a {
    color: #278d27 !important;
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
}

.section-title h2 {
    letter-spacing: 1px;
    margin-top: 0px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title p {
    margin-top: 25px;
}

/* Social link Start */
ul.social-link-footer li {
    float: left;
    margin: 0 0px 0px 20px;

}

.ml{
    margin-left: 15%;
}
/* Social link End */

/* Text Blinking Effect Start*/
.blink-white {
    animation: blink-whiteText 1.0s infinite;
}

@keyframes blink-whiteText {
    0% {
        /* color: #0001a2;*/
        /* color: #0b5d0a; */ 
        /* color: #317446; */
        color: #ffffff;
    }

    49% {
        color: #ffffff;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #ffffff;
    }
}

/* Text Blinking Effect End*/

/* preloader css */

#kb-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

#followingBallsG {
    position: absolute;
    width: 80px;
    height: 20px;
    margin-top: -10px;
    margin-left: -40px;
    top: 50%;
    left: 50%;
    display: none;
    color: #dc971f;
}

#kb-loader #followingBallsG,
body.loading #followingBallsG {
    display: block;
}

#followingBallsG>div {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#followingBallsG .one {
    background-color: #fd9e34;
    margin-right: 3px;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

#followingBallsG .two {
    background-color: #286090;
    /*border:1px solid rgba(255, 0, 0, 0.3);*/
    margin-right: 3px;
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

#followingBallsG .three {
    background-color: #4e7526;
}

@-webkit-keyframes bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}


.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

i.fa {
    color: #f97d09;
}

[class*=' imghvr-'] figcaption,
[class^=imghvr-] figcaption {
    background-color: ;
}

**************************Nav Area*******************************************


                            





**********************nav ending****************
 ****************************About Area


.about-area {
    background: #fff;
}

.about-text h2 {
    margin-top: 0px;
    margin-left: 31%;
    display: inline-block;
}

.about-text ul {
    margin-top: 10px;
    margin-left: 30px;
    list-style: none;
}

.about-text ul li {
    line-height: 30px;
    position: relative;
    font-weight: bold;
}

.about-text ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -30px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #333;
    border-radius: 50px;
}

.about-text .btn {
    margin-top: 15px;
}

.about-img img {
    width: 100%;

}

.about-img1 {
    /* border-radius: 10px; */
    /*margin-top:16% !important;*/
    margin: 7% 2%;
}

/*about bg green*/
.about-text {
    padding: 12px;
}

.about_bg_area {
    /* background:#4ba768; */
    background: #286090;
    padding: 14.5px;
    width: 100%;
    margin-left: 0px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.about-box ul li a {
    color: white !important;
}

.about-text h2 {
    color: white !important;
}

/* separator */
.sec-title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

.sec-title h2 {
    position: relative;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #286090;
    padding-bottom: 30px;
    margin: 0px;
  }
 
  .sec-title .separator {
    position: absolute;
    bottom: 0px;
    width: 6px;
    height: 6px;
    left: 50%;
    transition: all 500ms ease;
  }
 
  .sec-title.left .separator {
    left: 40px;
  }
 
  .sec-title .separator:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    bottom: 2px;
    left: -40px;
    transition: all 500ms ease;
  }
 
  .sec-title.left .separator:before {
    left: -40px;
  }
 
  .sec-title .separator:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    bottom: 2px;
    right: -40px;
    transition: all 500ms ease;
  }
 
  .sec-title.left .separator:after {
    display: none;
  }
 
  .sec-title .separator {
    background: #ffa500;
  }
 
  .sec-title .separator:before {
    background: #ffa500;
  }
 
  .sec-title .separator:after {
    background: #ffa500;
  }

.about-text ul li:before {
    border: 2px solid #fff;
}

/*about bg green*/
/* about box */
.about-box {
    margin-top: -15px;
}

.about-box i.fa {
    font-size: 25px;
    float: left;
    width: 40px;
    height: 50px;
}

.about-box {
    float: left;

}

.about-box h4 {
    margin-top: 0px;
}

.about-box p {
    overflow: hidden;
}

******************ending About area************************
                                  
***************************** vertical accordance
h1 {
    margin-left: 15px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    .brand-pills > li > a {
        border-top-right-radius: 0px;
    	border-bottom-right-radius: 0px;
    }
    
    li.brand-nav.active a:after{
    	content: " ";
    	display: block;
    	width: 0;
    	height: 0;
    	border-top: 20px solid transparent;
    	border-bottom: 20px solid transparent;
    	border-left: 9px solid #428bca;
    	position: absolute;
    	top: 50%;
    	margin-top: -20px;
    	left: 100%;
    	z-index: 2;
    }
}


&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& vertical accordance ending
 *********

.fun-fact-area {
    margin-top: 20px;
}

.fun-fact {
    text-align: center;
    background: #f97d09;
    color: #fff;
    padding: 20px;
    position: relative;
    border-radius: 14px;
}

.fact_box1 {
    text-align: center;
    background: #86c417 !important;
    color: #fff !important;
    padding: 20px;
    position: relative;
    border-radius: 14px;
}

.fact_box2 {
    text-align: center;
    background: #fa3664 !important;
    color: #fff !important;
    padding: 20px;
    position: relative;
    border-radius: 14px;
}

.fact_box3 {
    text-align: center;
    background: #746ecb !important;
    color: #fff !important;
    padding: 20px;
    position: relative;
    border-radius: 14px;
}

.fact_box4 {
    text-align: center;
    background: #0bb3a3 !important;
    color: #fff !important;
    padding: 20px;
    position: relative;
    border-radius: 14px;
}

.fun-fact.last {
    border: none;
}

.fun-fact i.fa {
    font-size: 100px;
    position: absolute;
    color: #44afcf;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.fun-fact h3 {
    font-size: 36px;
    font-weight: 500;
    color: inherit;
}

.fun-fact h3,
.fun-fact p {
    position: relative;
    z-index: 2;
}


******************************* services

.service-area {
    background-color: #f5f5f5;
}

.service-box {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.service-box i.fa {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.service-box h4 {
    color: inherit;
}

.service-area .news-carousel .owl-buttons {
    margin: 0px 5px;
}




/* Picture services area 
-------------------------------------------------------  */
.pic-single-service {
    margin-bottom: 40px;
}

.action-area {
    background-color: #f97d09;
    color: #fff;
}

.action-area p {}

.action-area h2 {
    margin-top: 0px;
    color: inherit;
    font-weight: 700;
}

.action-area .btn {
    margin-top: 25px;
}
 
                                    ******************* WP

****************************** 30oct 22  events timeline**********************
.main-timeline{
    font-family: 'Poppins', sans-serif;
    padding: 15px 0;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before{
    content: "";
    background: red;
    width: 10px;
    height: 100%;
    border-radius: 50px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50.2%;
    padding: 0 0 0 50px;
    margin: 0 0 35px;
    float: right;
    position: relative; 
}
.main-timeline .timeline:before{
    content:"";
    width: 35px;
    height: 35px;
    border: 6px solid #01b9e6;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -14px;
}
.main-timeline .timeline-content{
    color: red;
    background-color: pink;
    min-height: 120px;
    padding: 15px 15px 15px 100px;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.2);
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: '';
    background-color: #01b9e6;
    height: 100%;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-timeline .timeline-content:after{
    height: 40px;
    width: 40px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: -13px;
}
.main-timeline .timeline-year{
    color: #01b9e6;
    background: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 10px solid #dcdde1;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.2);
    transform: translateY(-50%);
    position: absolute;
    left: -200px;
    top: 50%;
}
.main-timeline .timeline-icon{
    color: #fff;
    font-size: 50px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
}
.main-timeline .title{
    color: #01b9e6;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 3px;
}
.main-timeline .description{
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 50px 0 0;
    float: left;
}
.main-timeline .timeline:nth-child(even):before{
    left: auto;
    right: -16px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 15px 100px 15px 15px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    left: auto;
    right: -13px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    left: auto;
    right: -200px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 15px;
}
.main-timeline .timeline:nth-child(4n+2):before{ border-color: #F4801E; }
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-content:after{
    background-color: #F4801E;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-year,
.main-timeline .timeline:nth-child(4n+2) .title{
    color: #F4801E;
}
.main-timeline .timeline:nth-child(4n+3):before{ border-color: #84C441; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-content:after{
    background-color: #84C441;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-year,
.main-timeline .timeline:nth-child(4n+3) .title{
    color: #84C441;
}
.main-timeline .timeline:nth-child(4n+4):before{ border-color: #8B7ACB; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-content:after{
    background-color: #8B7ACB;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-year,
.main-timeline .timeline:nth-child(4n+4) .title{
    color: #8B7ACB;
}
@media screen and (max-width:767px){
    .main-timeline:before{
        transform: translateX(-50%);
        left: 17px;
    } 
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 125px 0 0 65px;
    } 
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before{
        left: 0;
        top: calc(50% + 63px);
    } 
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 15px 15px 15px 100px;
    } 
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        right: auto;
        left: 0;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        right: auto;
        left: -13px;
    } 
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateY(0);
        right: auto;
        left: 0;
        top: -125px;
    } 
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        right: auto;
        left: 15px;
    } 
}
@media screen and (max-width:576px){
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before{
        transform: translateY(0);
        top: 148px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 100px 15px 15px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        width: 100%;
        height: 80px;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        transform: translateX(-50%) translateY(0) rotate(45deg);
        top: 20px;
        left: 7px;
    } 
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateX(-50%) translateY(0);
        left: 50%;
        top: 6px;
    } 
}


********************************30oct 22 course events timeline ending *****************

.work-precess-area {}



.f-w-tab .nav {
    width: 100%;
    text-align: center;
}

.f-w-tab .nav li {
    display: inline-block;
    background-color: #f97d09;
    width: 20%;
    margin: 0 3px;
}

.f-w-tab .nav li:hover,
.f-w-tab .nav li.active {
    background-color: #333;
}

.f-w-tab li a {
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
}

.f-w-tab li i.fa {
    color: #fff;
    display: block;
    font-size: 35px;
    line-height: 60px;
}

.f-w-tab .panel-body {
    margin-top: 50px;
}

.tab-content img {
    width: 100%;
}

/* Full Width Tab */

/* Round style tab */

.f-w-tab .nav.round {}

.f-w-tab .nav.round li {
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    margin: 0 3%;
}

@media (max-width: 768px) {
    .f-w-tab .nav.round li {
        margin: 0 1%;
        margin-top: 20px;
    }
}

.f-w-tab .nav.round li:hover,
.f-w-tab .nav.round li.active {
    background-color: #f97d09;
    border-color: #f97d09;
    color: #fff;
}

.f-w-tab .round li a,
.f-w-tab .round li i.fa {
    color: inherit;
}



/* accordion */
.accordion .panel-group {
    margin-bottom: 0;
}

.accordion .panel {
    margin-top: 0px;
    box-shadow: none;
}

.panel-group .panel+.panel {
    margin: 0px;
}

.accordion .panel-heading {
    padding: 0;
    background: transparent;
}

.accordion .panel-heading a {
    display: block;
    padding: 0;
    padding-left: 15px;
    background-color: #f5f5f5;
    text-decoration: none;
    color: inherit;
    height: 50px;
}

.accordion .panel-heading a.collapsed i.fa:before {
    content: "\f067";
}

.accordion .panel-heading i.fa {
    width: 30px;
    height: 50px;
    line-height: 50px;
    float: left;
}

.accordion .panel-title {
    float: left;
    line-height: 50px;
    font-size: 17px;
    color: #333;
}

.accordion .panel-body {
    padding: 15px 0;
    margin-top: 0px;
}
                                              ******************* LP
.latest-project-area {}

.project-item {
    margin-top: 20px;
    text-align: center;
}

.project-item figcaption {
    display: flex;
    align-items: center;
}

.project-item figcaption .overlay {
    text-align: center;
    width: 100%;
}

.project-item h3 {
    margin-top: 0px;
}

.project-item a i.fa {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    margin: 10px;
}
                                                               ************* PW


.works.section-big {}

.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.filters li {
    display: inline-block;
    margin: 0px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #333;
    font-weight: 600;
}

.filters li.active {
    color: #800080;
}
                                                                       ******************


***************************************************************** Price Courses****************************


:root{ --main-color: #06CA81; }
.pricingTable{
    color: var(--main-color);
    background: var(--main-color);
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 75px 10px 35px;
    border-radius: 70px;
    position: relative;
    z-index: 1;
}
.pricingTable:before{
    content: '';
    background-color: #fff;
    border-radius: 60px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    z-index: -1;
}
.pricingTable .title{
    color: #fff;
    background-color: var(--main-color);
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0.5px;
   
    padding: 10px;
    margin: 0 0 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: blue;
    font-size: 19px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 15px 0 35px;
    margin: 0 0 10px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #349008;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 8px;
}
.pricingTable .pricing-content li.disable:before{
    content: "\f00d";
    color: #FF3A39;
}
.pricingTable .price-value{
    color: var(--main-color);
    font-size: 27px;
    font-weight: 500;
    width: 60%;
    padding: 4px 10px;
    margin: 0 auto 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.pricingTable .pricingTable-signup a{
    color: var(--main-color);
    background: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
}
.pricingTable .pricingTable-signup a:hover{ text-shadow: 0 5px 5px #aaa; }
.pricingTable.purple{ --main-color: #A955FA; }
.pricingTable.red{ --main-color: #E92C45; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}
*************************************** price courses**************************

                                      ********************
.testimonial-area {
    /*background-color: #f1f1f1;*/
    margin-top: 20px;
}

.single-testimonial {
    /*padding: 30px;*/
    margin: 15px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    margin-top: -23px;
    padding-left: 6%;
    padding-top: 2%;
}

.test-meta {
    margin-top: 30px;
    overflow: hidden;
}

.test-meta img {
    max-width: 80px;
    float: left;
    margin-right: 15px;
    border-radius: 100px;
}

.single-testimonial i.fa {
    font-size: 35px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
}

.single-testimonial p {
    color: inherit;
}

.single-testimonial h4 {
    color: inherit;
    margin-top: 20px;
}

.single-testimonial .desg {
    color: inherit;
    font-size: 14px;
    line-height: 16px;
}

.news-carousel .owl-item {
    padding: 0 15px;
}

.owl-slider .owl-controls,
.news-carousel .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.news-carousel:hover .owl-controls {
    opacity: 1;
}

.owl-slider img {
    width: 100%;
}

.owl-slider .owl-controls {
    opacity: 1;
}

.owl-buttons {
    opacity: 0.7;
}

.owl-buttons i.fa {
    font-size: 25px;
    color: #fff;
    background-color: #f97d09;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translate(0, -50%);
}

.owl-buttons i.fa:hover {
    /*color: #333;*/
    background-color: #333;
}

.owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 1px solid #fff;
    background: #c1c1c1;
    float: left;
}

.owl-pagination {
    width: 80px;
    margin: auto;
    margin-top: 40px;
}

.owl-page.active span {
    border-color: #f97d09;
    background: #f97d09;
}

.owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.news-carousel .owl-buttons {
    margin: 0 15px;
}

.owl-client .owl-controls {
    display: none;
    visibility: hidden;
    opacity: 0;
}
                       *****************
.news-area {}

.single-news {}

.news-image img {
    width: 100%;
}

.news-content .subtitle {
    text-transform: inherit;
    line-height: 28px;
}

.news-content .subtitle i.fa {
    color: #f97d09;
}

.news-content .btn {
    margin-top: 10px;
}

.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-meta span {
    float: left;
    margin-right: 15px;
}

.news-meta span i.fa {
    margin-right: 4px;
}

.news-meta span a:hover i.fa {
    color: #333;
}
                              ***************
.owl-client .item img {
    width: auto;
    max-width: 100%;
    padding: 0 15%;
}
              **********************************  blaclk 5 boxes
			  19-10-2022
			  
 background:#000000 !important;
}

/*

*/

h3 {
  color: rgba(31,181,172,.9);
}
.text{
	color: black;
	text-align: center;
}


.folded-corner:hover .text{
	visibility: visible;
	color: #000000;
}
.Services-tab{
	margin-top:20px;
	

}

/*
  nav link items
*/
.folded-corner{
  padding: 25px 25px;
  position: relative;
  font-size: 90%;
  text-decoration: none;
  color: #999; 
  background: transparent;
  transition: all ease .5s;
  border: 1px solid rgba(31,181,172,.9);
}
.folded-corner:hover{
	background-color: rgb(255, 255, 255);  
}

/*
  paper fold corner
*/

.folded-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: #ddd #000;
  transition: all ease .3s;
}

/*
  on li hover make paper fold larger
*/
.folded-corner:hover:before {
	background-color: #D00003;
  border-width: 0 50px 50px 0;
  border-color: #eee #000;
  
}

.service_tab_1{
	background-color:#FFDEAD;
}
.service_tab_1:hover .fa-icon-image{
    color: #000;
    transform: rotate(360deg) scale(1.5);
}


.fa-icon-image{
	color: rgba(31,181,172,.9);
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99,.82,.11,1.41);
}




                             ************** blaclk 5 boxes ending
.subscribe-area {
    background-color: #f5f5f5;
}

.subscribe-box {}

.subscribe-box h2 {
    color: inherit;
}

.subscribe-box p {}

.newsletter-form {
    margin: auto;
    margin-top: 30px;
}

.newsletter-form input {
    display: inline-block;
    height: 50px;
    width: 80%;
    padding: 5px 10px;
    background: #fff;
    float: left;
}

.newsletter-form .mc-submit {
    height: 50px;
    width: 20%;
    font-weight: bold;
    color: #fff;
    background-color: #f97d09;
    border: none;
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
}

.newsletter-form .mc-submit i.fa {
    color: #fff;
}

.newsletter-form .mc-submit:hover i.fa {
    color: #333;
}

.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {}

.mailchimp-submitting {}

.mailchimp-success {
    color: green;
}

.mailchimp-error {
    color: red;
}
/
 
 
 box squre model ***********************************************************************
 
 library part2 model on 22-11-2022
 
 *******************************************************************************************
 section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #f1f4fa;
}
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg,pink 0%,pink 100%);
    color: blue;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}
 ***********************************************************************************************************************
 
 
 
 
 3333333 Faculty 19-11-2022 333333333333333333333333333333333333
 
  {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: blue;
    margin-bottom: 50px;
    
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 112px;
}

.backside .card a {
    font-size: 18px;
    color: #800080 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: blue !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

 333333333333333333333333333333333333333333333333333333333333333
 
 
 library six boxes start
 /**********************
/***** Services *******
/*********************/

section{
	padding: 60px 0;
}
section .section-title{
	text-align:center;
	color:blue;
	margin-bottom:50px;
	text-transform:lowercase;
}
#what-we-do{
	background:white;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px red;
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: blue !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #A70D2A;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
44444444444 library six boxes start ending
 
 
 **************************** auto box reflation mode on 27 oct2022
 {
             font-size:25px;
             text-align: left;
             text-transform:capitalize;
         }
        .service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 125px;
            padding: 0px;
            text-align: center;
            transition: all .5s ease;
        }

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 170px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #B9B9B9;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content  {
            font-size: 10px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
           
        }
        .service-box .service-content h3 {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #b1b1b1;
            margin:0;
        }
        .pink{background-color: #F8F6F0;}
        .orange{background-color: #fc7f0c;}
        .red{background-color: #e84b3a;}
        .grey{background-color: #fc7f0c;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }

 ******************* auto box reflation mode on 27 oct2022***************** 
 
 
                                        *****************footer 
.main_marquee {
    margin-left: 30px;
    margin-right: 30px;
}

.footer-area {
    background: blue;
    padding: 50px 25px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.footer-area a {
    color: white;
}

.footer-area img {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-area h4 {
    color: #fff;
    border-bottom: 1px solid #444;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 25px;
}

.footer-area p {}

.footer-area i.fa {
    font-size: 20px;
    width: 30px;
    overflow: hidden;
    float: left;
    height: 30px;
    line-height: 6px;
}

.footer-area ul {
    margin-left: 20px;
}

.footer-area ul li {
    margin-bottom: 5px;
}

.q-link li {
    float: left;
    width: 50%;
}

.footer-area a:hover {
    color: red;
}

.footer-area .social-links {
    margin-top: 20px;
    margin-left: 0px;
}

.social-links li {
    list-style: none;
    display: inline-block;
}

.social-links li a i.fa {
    color: #aaa;
    font-size: 25px;
    margin-right: 15px;
}

.social-links li a:hover i {
    color: #f97d09;
}

.copyright-text {
	padding: 25px 0px 25px 30px;
	background: #f97d09;
	color: #fff;
	text-align: left;
	position: relative;
	background-color: #DFDFBF;
}

.copyright-text p {
    margin: 0;
}

.slider_imgs {
    border-radius: 10px;
}

/*counter css starts*/

.counter {
    color: black !important;
    /*background-color: #eaecf0;*/
    text-align: center;
}

.employees,
.customer,
.design,
.order {
    margin-top: 70px;
    margin-bottom: 70px;
}

.counter-count {
    font-size: 36px;
    font-weight: 500;
    color: inherit;
    display: inline-block;
    color: white;
}

.employee-p,
.customer-p,
.order-p,
.design-p {
    font-size: 24px;
    color: #000000;
    line-height: 34px;
}

/*counter css ends*/

/* Floating Social Media Bar Style Starts Here */
.si_icon {
    width: 40px;
}

.fl-fl {
    margin-top: 7%;
    background: white;
    border: 1px solid #f97d09;
    /* text-transform: uppercase; */
    /*letter-spacing: 3px;*/
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -151px;
    z-index: 1000;
    font: normal normal 12px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    /*width: 40px;*/
    margin-left: 8px;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.float-fb {
    top: 160px;
}

.float-tw {
    top: 215px;
}

.float-gp {
    top: 270px;
}

.float-rs {
    top: 325px;
}

.float-ig {
    top: 380px;
}

.float-pn {
    top: 435px;
}

/* Floating Social Media Bar Style Ends Here */






/*  About Page Css */


/*  who we are area 
---------------------------------------------------------------- */
.page-title {
    background-image: url(../img/bg/page-title-bg.jpg);
    background-position: center center;
    position: relative;
    color: #fff;
}

.page-title:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.page-title h2 {
    font-size: 36px;
    font-weight: 700;
}

.page-title h2,
.page-title p,
.page-title a {
    color: inherit;
    position: relative;
    z-index: 1;
}



/*  who we are area 
---------------------------------------------------------------- */

.who-we-are-area {
    /*background-color: #f5f5f5;*/
}

.who-we-are-area h2 {}

.list-group {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-group li {
    width: 47%;
    margin-left: 3%;
    float: left;
    line-height: 35px;
}

.list-group li i.fa {
    font-size: 0.9em;
    margin-right: 5px;
}

.video-area iframe {
    width: 100%;
    height: 320px;
    border: medium none;
}



/*  Team Area 
---------------------------------------------------------------- */
.team-area {
    background-color: #f5f5f5;
}

.team-member {
    background-color: #fff;
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.member-image {}

.member-image img {
    width: 100%;
    padding-bottom: 2px;
}

.member-info {
    transition: 0.3s ease-out;
}

.team-member h3 {
    margin-bottom: 6px;
}

.member-social a {
    position: relative;
    margin: 10px 0px;
}

.member-social i.fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #333;
}

.member-social i.fa:hover {
    color: #f97d09;
}



/* Blog Page 
-------------------------------------------------*/

.single-post {
    margin-bottom: 50px;
}

.blog-content .single-post h3 {
    margin-top: 0px;
}

.featured-img {
    position: relative;
}

.featured-img img {
    width: 100%;
}

.featured-img .news-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 50px;
    width: 100%;
    margin: 0;
    padding-left: 15px;
}

.single-post p {
    margin-bottom: 20px;
}

.single-post .btn {
    margin-top: 10px;
}

.comment-form {}

.comment-form input,
.comment-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}

.comment-form input[type=submit] {
    display: inline-block;
    width: auto;
    padding: 5px 30px;
}


/* Blog Page css 
-----------------------------------------------*/
.widget {
    margin-bottom: 40px;
}

.widget ul {
    margin-left: 20px;
}

.widget-recent-posts ul {
    list-style: none;
}

.widget a {
    color: inherit;
}

.widget a:hover {
    color: #f97d09;
}

/* Search widget css */
.widget-search form {
    position: relative;
}

.widget-search #s {
    position: relative;
    width: 100%;
    height: 45px;
    padding: 10px 45px 10px 5px;
    box-sizing: border-box;
}

.widget-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    background-color: #f97d09;
    background-image: url(../img/search2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.widget-search label {
    position: absolute;
    z-index: 1;
    top: 10px;
    pointer-events: none;
    left: 10px;
    font-weight: 100;
}

.widget-search input:focus~label,
.widget-search textarea:focus~label,
.widget-search input:valid~label,
.widget-search textarea:valid~label {
    display: none;
}


/* Recent Posts Widget */
.widget-recent-posts ul li {
    margin-bottom: 20px;
}

.widget-recent-posts ul li:last-child {
    margin-bottom: 0;
}

.widget-recent-posts ul li img {
    float: left;
    margin-right: 15px;
    width: 80px;
}


.widget-recent-posts .post-details {
    font-size: 12px;
    color: #999;
}

.widget-recent-posts .post-details span {
    margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {

    .widget-recent-posts ul li img {
        display: none;
    }

}

/* Pagination css */
.pagination>li>a {
    color: #f97d09;
    font-weight: 500;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #f97d09;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f97d09;
    border-color: #f97d09;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-radius: 0px;
}



/*
comments css
--------------------------------*/
/*------------------------------------------------------------------*/
/* 12 Blog comments */
/*------------------------------------------------------------------*/
.comments-img {
    width: 120px;
    height: 120px;
}

.post-short-text {
    font-size: 15px;
    font-weight: bold;
}

.comments ul {
    margin: 0;
    padding: 0;
}

.comments ul li .comment-box {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 35px;
}

.comments ul li .comment-box img {
    float: left;
    max-width: 125px;
    width: auto;
}

.comments ul li .comment-box .comment-content {
    margin-left: 150px;
}

.comments ul li .comment-box .comment-content h4 {
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.comments ul li .comment-box .comment-content a {
    color: #777777;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

.comments ul li .comment-box .comment-content span {
    color: #555555;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 5px;
}

.comments ul.depth .comment-box {
    padding-left: 150px;
}

.comments ul li {
    list-style: outside none none;
}

.comments ul li .comment-box .comment-content a:hover {
    color: #1672D2;
}

.blog-preview .post-content {
    padding: 25px 25px 50px;
}

@media (max-width: 767px) {
    .comments ul.depth .comment-box {
        padding-left: 50px;
    }
}

.comments h2 {
    margin-bottom: 50px;
}






/* Home 2 style */

.about-text.left {
    margin-bottom: 30px;
}

.promo-section {
    color: #fff;
}

.promo-box {
    background-color: #f97d09;
    padding: 30px 50px;
    margin-top: 30px;
}

.promo-box i.fa {
    font-size: 30px;
    width: 50px;
    float: left;
    color: #fff;
}

.promo-box h3 {
    color: inherit;
    margin-top: 5px;
}

.process-area {
    background-image: url(../img/bg/work-bg.html);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.process-area:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
}

.process-box {
    position: relative;
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    .process-box {
        padding: 0 30px;
    }
}

.number {
    border: 1px solid #85af4b;
    color: #fff;
    background: #85af4b;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    margin-bottom: 25px;
}

.process-box:before {
    position: absolute;
    content: '';
    top: 25px;
    left: 90px;
    width: 100px;
    text-align: right;
    line-height: 3px;
    height: 3px;
    color: #85af4b;
    border-bottom: 3px dashed #85af4b;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.process-box:after {
    position: absolute;
    content: '\f0a9';
    font-family: fontAwesome;
    font-size: 30px;
    top: 25px;
    left: 50%;
    width: 170px;
    text-align: right;
    line-height: 3px;
    height: 3px;
    color: #85af4b;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.process-box.last:after {
    content: '\f058';
}


/* breadcrumb Start */
.breadcrumbs {
    background: #286090;
    color: #fff;
    padding: 25px 0;
    margin-top: 0px;
    margin-bottom: 40px;
}

.breadcrumb {
    margin-bottom: 0;
    background: none;
}

.breadcrumb li a {
    color: #f5ef34;
    font-weight: bold;
}

.breadcrumb li.active {
    color: #fff;
}

.breadcrumbs h1 {
    font-size: 24px;
    font-weight: 800;
    margin: 3px 0 0;
    text-transform: none;
    font-family: 'Fjalla One', sans-serif;
    color: #fff;
}

/* tabs*/

a:focus{
    text-decoration: none;
    outline: none;
}
.tab{
    font-family: 'Titillium Web', sans-serif;
    padding: 15px;
}
.tab .nav-tabs{
    padding: 0;
    margin: 0;
    border: none;
}   
.tab .nav-tabs li a{
    color: #fff;
    background: #f2f2f2;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 7px 20px 6px;
    margin: 0 5px 1px 0;
    border: none;
    border-bottom: 3px solid #13637e;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #13637e;
    background: #f2f2f2;
    border: none;
    border-bottom: 3px solid #13637e;
}
.tab .nav-tabs li a:before{
    content: "";
    background: #13637e;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: clip-path 0.3s ease 0s,height 0.3s ease 0.2s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    height: 0;
    clip-path: polygon(0 0, 0% 0, 100% 100%, 0% 100%);
}
.tab .tab-content{
    color: #555;
    background: #f2f2f2;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 20px;
    outline: 10px solid rgba(19,99,126,0.2);
    position: relative;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs{
        padding: 0;
        margin: 0 0 15px;
    }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a{ margin: 0 0 5px; }
}

iqac vertical

a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Montserrat', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    width: 27%;
    min-width: 27%;
    border: none;
    vertical-align: top;
    display: table-cell;
}
.vertical-tab .nav-tabs li{ float: none; }
.vertical-tab .nav-tabs li a{
    color: #ff4300;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0 0 8px;
    border: none;
    border-radius: 30px 0 0 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: #ff4300;
    border: none;
}
.vertical-tab .nav-tabs li a:before{
    content: '';
    height: 100%;
    width: 70%;
    border: 2px solid #ff4300;
    border-right: none;
    border-radius: 40px 0 0 40px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    width: 100%;
}
.vertical-tab .tab-content{
    color: #888;
    background: repeating-linear-gradient(45deg, transparent,transparent 10px,rgba(255,67,0,0.03) 10px, rgba(255,67,0,0.03) 20px);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 20px;
    border: 2px solid #ff4300;
    border-radius: 0 30px 30px 0;
    display: table-cell;
}
.vertical-tab .tab-content h3{
    color: #ff4300;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        margin: 0 0 15px;
        display: block;
    }
    .vertical-tab .nav-tabs li a{
        padding: 15px 10px 14px;
        margin-right: 0;
        margin-bottom: 10px;
        border-radius: 30px 30px 0 0;
    }
    .vertical-tab .nav-tabs li a:before{
        width: 100%;
        height: 70%;
        border-radius: 30px 30px 0 0;
        border: 2px solid #ff4300;
        border-bottom: none;
    }
    .vertical-tab .nav-tabs li.active a:before,
    .vertical-tab .nav-tabs li a:hover:before{
        height: 100%;
    }
    .vertical-tab .tab-content{
        font-size: 14px;
        border-radius: 0 0 30px 30px;
        display: block; 
    }
}







.counter{
    color: #fff;
    background: rgba(40,172,227,0.3);
    font-family: 'Dosis', sans-serif;
    text-align: center;
    width: 210px;
    height: 210px;
    padding: 17px 30px 25px 0;
    margin: 0 auto;
    border-radius: 40px;
    position: relative;
    z-index: 1;
} 
.counter:before{
    content: '';
    background: linear-gradient(#1ca9e6,#0782b3);
    width: 100%;
    height: 100%;
    border-radius: 30px; 
    border: 5px solid #fff;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: -1;
}
.counter .counter-icon{
    font-size: 35px;
    margin: 0 0 15px;
}
.counter h3{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.counter .counter-value{
    font-size: 30px;
    font-weight: 600;
    display: block;
}
.counter.purple{ background: rgba(47,49,148,0.3); }
.counter.purple:before{ background: linear-gradient(#4143ac,#0c0f64); }
.counter.red{ background: rgba(255,1,0,0.3); }
.counter.red:before{ background: linear-gradient(#e22c2c,#b80303); }
.counter.yellow{ background: rgba(249,141,31,0.3); }
.counter.yellow:before{ background: linear-gradient(#f19935,#c76d05); }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
} 


